Platform Explorer / Nuxeo Platform 2023.9

Component org.nuxeo.web.ui.authentication.contrib

Resolution Order

922
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.

Contributions

XML Source

<component name="org.nuxeo.web.ui.authentication.contrib">
  <extension point="startURL" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
    <startURLPattern>
      <patterns>
        <pattern>ui</pattern>
        <pattern>repo</pattern>
      </patterns>
    </startURLPattern>
  </extension>

  <extension point="openUrl" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
    <openUrl name="webuiImages">
      <grantPattern>${org.nuxeo.ecm.contextPath}/ui/images/.*</grantPattern>
    </openUrl>
  </extension>
</component>